home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / K-L / LImacSTACK-8⁄89.cpt / LImacSTACK.8_89 / card_7794.txt < prev    next >
Text File  |  1989-08-04  |  1KB  |  55 lines

  1. -- card: 7794 from stack: in.8_89
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 20383
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A004
  11. -- rect: left=277 top=252 right=274 bottom=387
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Applications...
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   -- This button requires the XFCN FileName to work
  23.   put filename ("APPL") into it
  24.   if it is empty
  25.   then
  26.   set cursor to hand
  27.   exit mouseUp
  28. else
  29.   open it
  30. end if
  31. beep
  32. end mouseUp
  33.  
  34.  
  35.  
  36. -- part contents for background part 1
  37. ----- text -----
  38. CUSTOMIZING THE HOME CARD
  39.  
  40. -- part contents for background part 2
  41. ----- text -----
  42.  
  43.  
  44. Application
  45. Launcher
  46.  
  47. -- part contents for background part 3
  48. ----- text -----
  49. Notice that the first card had 3 buttons in the upper right to navigate to other Home cards in the Home stack.
  50.  
  51. There also was a button to open applications in the upper left. That button uses the "open" command to link to applications.
  52.  
  53. Try it...
  54.  
  55.